projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d3556
)
Remove stray semicolon
author
Timm Bäder
<mail@baedert.org>
Tue, 12 Jan 2016 08:32:04 +0000
(09:32 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 12 Jan 2016 08:35:04 +0000
(09:35 +0100)
Gets rid of a mixed code/declaration warning.
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index 144413a3052368ca1003e3817aad0cc4b75d28d8..f0836cddaa3d0eaca5000f2bda4a391f0cf68eee 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-2517,7
+2517,7
@@
static void
gdk_wayland_seat_ungrab (GdkSeat *seat)
{
GdkWaylandSeat *wayland_seat = GDK_WAYLAND_SEAT (seat);
- GdkDisplay *display = gdk_seat_get_display (seat);
;
+ GdkDisplay *display = gdk_seat_get_display (seat);
GdkDeviceGrabInfo *grab;
g_clear_object (&wayland_seat->grab_cursor);